object FinderForm1: TFinderForm1 Left = 69 Top = 145 HorzScrollBar.Visible = False VertScrollBar.Visible = False ActiveControl = Combo BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Image Finder' ClientHeight = 153 ClientWidth = 281 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Icon.Data = {} OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 9 Top = 48 Width = 32 Height = 32 AutoSize = True Center = True Picture.Data = {} end object Label1: TLabel Left = 10 Top = 15 Width = 65 Height = 21 AutoSize = False Caption = '&Pattern:' FocusControl = Combo Transparent = True end object ResultLabel: TLabel Left = 18 Top = 100 Width = 245 Height = 21 Alignment = taCenter AutoSize = False Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False Transparent = True end object FindButton: TButton Left = 18 Top = 122 Width = 75 Height = 25 Caption = '&Find' Default = True Enabled = False TabOrder = 5 OnClick = FindButtonClick end object CloseButton: TButton Left = 102 Top = 122 Width = 75 Height = 25 Cancel = True Caption = 'Close' TabOrder = 6 OnClick = CloseButtonClick end object CheckBox1: TCheckBox Left = 60 Top = 40 Width = 101 Height = 17 Caption = 'Match &case' TabOrder = 1 end object HelpButton: TButton Left = 186 Top = 122 Width = 75 Height = 25 Caption = '&Help' TabOrder = 7 OnClick = HelpButtonClick end object CheckBox2: TCheckBox Left = 168 Top = 40 Width = 109 Height = 17 Caption = 'E&xact match' TabOrder = 2 end object CheckBox3: TCheckBox Left = 60 Top = 80 Width = 217 Height = 17 Caption = 'Clear &selection before searching' TabOrder = 4 end object Combo: TComboBox Left = 60 Top = 12 Width = 201 Height = 21 ItemHeight = 13 TabOrder = 0 OnChange = ComboChange end object CheckBox4: TCheckBox Left = 60 Top = 60 Width = 217 Height = 17 Caption = 'Include &basket in search' TabOrder = 3 end end